home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x64.msi
/
Data1.cab
/
_CB208122DAA445098D0B9C8A67D9C044
< prev
next >
Wrap
Extensible Markup Language
|
2008-06-28
|
2KB
|
65 lines
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
version="1.0">
<xsl:output
method="html"
version="4.0"
encoding="UTF-8"
omit-xml-declaration="yes"
indent="yes"/>
<xsl:include href="./resource/html/propcell.xsl"/>
<xsl:template match="/Root">
<html>
<!-- Object properties -->
<table>
<tr>
<!-- Object header -->
<td colspan="2">
<h2><xsl:value-of select="PropertyBag/Property[@name='PROPID_DISPLAYNAME']"/></h2>
</td>
</tr>
<tr>
<tr>
<td colspan="2">
<hr/>
</td>
</tr>
<tr>
<!-- properties list -->
<td width="100%">
<table cellspacing="0" cellpadding="0">
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_TYPESTRING')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_SIZESTRING')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_SECTORSPERTRACK')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_HEADS')"/>
</xsl:call-template>
<xsl:call-template name="PropCell">
<xsl:with-param name="PropName" select="string('PROPID_HDM_CYLINDERS')"/>
</xsl:call-template>
</table>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>